home *** CD-ROM | disk | FTP | other *** search
/ Night Owl - The Best of BBS / Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso / 015a / m_laus10.lha / laus / doc / laus.doc
Text File  |  1994-02-14  |  3KB  |  78 lines

  1. ==========================================================================
  2. That's the doc-file for the transamiga-last-user-util v1.0 [written 1994]
  3.  
  4. spead under the idea of COMPLICATED-ware:
  5.  if you have ever written any kind of program and spread under the idea of
  6.  shareware or payware, that's shareware for you and you have to send me at
  7.  least half of the value you get for every registering after you have
  8.  decided to use this program for a period of time longer than 30 days.
  9.  if you have never written any kind of program been spread under the idea
  10.  of shareware or payware, that's PD for you and you can use it as long as
  11.  you like without paying anything at all.
  12.  
  13. The author is not responsible for any kind of damage as a result of
  14. use or misuse of this program ! Just say: This program is spread as is !
  15. ==========================================================================
  16.  
  17.  
  18.  
  19. Hi all !
  20.  
  21.  
  22.  
  23. I have just been asked by some user to make a new bulletin displaying the
  24. last x users of the bbs.
  25. Check out the law in your country before installing this tool !
  26.  
  27.  
  28.  
  29. After a few moments I have got the right idea:
  30. just copy the rexx/laus.rexx script to the directory you have all your
  31. transamiga-rexx-files in. i use bbs:rexx for that; to make it easy, it's
  32. highly recommended that you use the same directory to install.
  33.  
  34.  
  35.  
  36. now add a few lines to your logoff.trans:
  37. --- cut here ---
  38. systeminfo "8"
  39. bbsnode = result;
  40. call "bbs:rexx/laus.rexx" bbsnode
  41. --- cut here ---
  42.  
  43.  
  44.  
  45. Than edit the laus.rexx-file to fit your needs. may be you wish to
  46. see more/less information about the last users or just more/less last
  47. users.
  48.  
  49.  
  50.  
  51. As soon as a user loggs off two new textfiles will be created, however
  52. you should find a possibility to show them to the next user yourself
  53. (may be as a new bulletin or just in logon.trans or whereever you like !)
  54.  
  55.  
  56.  
  57. Ali-Rene Schams-Pirzadeh (2:247/4.16),
  58.  contact me at DELIRIUM TREMENS -- the foozle distillery (Fido 2:247/4.0)
  59.  
  60.  
  61.  
  62. ==========================================================================
  63. That's the doc-file for the transamiga-last-user-util v1.0 [written 1994]
  64.  
  65. spead under the idea of COMPLICATED-ware:
  66.  if you have ever written any kind of program and spread under the idea of
  67.  shareware or payware, that's shareware for you and you have to send me at
  68.  least half of the value you get for every registering after you have
  69.  decided to use this program for a period of time longer than 30 days.
  70.  if you have never written any kind of program been spread under the idea
  71.  of shareware or payware, that's PD for you and you can use it as long as
  72.  you like without paying anything at all.
  73.  
  74. The author is not responsible for any kind of damage as a result of
  75. use or misuse of this program ! Just say: This program is spread as is !
  76. ==========================================================================
  77.  
  78.